Click or drag to resize

ResourceDelete Method (String)

Deletes the resource specified with URI.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Delete(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource to be deleted.

Return Value

Type: Boolean
True if success; otherwise, false
See Also